type runtime.specialReachable
6 uses
runtime (current package)
mgc.go#L1921: specials := make([]*specialReachable, len(ptrs))
mgc.go#L1924: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mgcsweep.go#L598: (*specialReachable)(unsafe.Pointer(special)).reachable = true
mheap.go#L755: h.specialReachableAlloc.init(unsafe.Sizeof(specialReachable{}), nil, nil, &memstats.other_sys)
mheap.go#L2321: type specialReachable struct {
mheap.go#L2384: sp := (*specialReachable)(unsafe.Pointer(s))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)